﻿
.feed {
	width: 80px;
	height: 283px;
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -140px;
	z-index: 100;
}

.feed_1 {
	float: right;
	width: 70px;
	height: 70px;
	background-color: #253345;
	border-bottom: 1px solid #1f2b3b;
	cursor: pointer;
	position: relative;
}

.feed_1>img {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}

.callphone {
	width: 180px;
	height: 70px;
	font-size: 20px;
	font-weight: 800;
	color: #253345;
	line-height: 46px;
	background-color: #f7f7f7;
	position: absolute;
	right: 80px;
	top: 0;
	text-align: center;
	display: none;
	margin: 0;
}
.callphone  span{
	font-size: 12px;
	/* line-height: 12px; */
	position: relative;
	top: -5px;
}
.wechat {
	position: absolute;
	right: 80px;
	top: 0;
	width: 190px;
	height: 110px;
	background-color: #f8f8f8;
	display: none;
}

.wechat_1 {
	width: 120px;
}

.wechat>div {
	width: 80px;
	height: auto;
	margin-top: 12px;
	margin: 0 auto;
}

.wechat>div>img {margin-top:4px;
	width: 100%;
	height: auto;
}

.wechat>div>p {
	font-size: 13px;
	color: #444;
	line-height: 24px;
	text-align: center;
}

.feed_1_1 img {
	padding-top: 18px;
}

.feed_2 {
	float: right;
	width: 70px;
	height: 70px;
	background: #d4d7db;
}

.feed_2 img {
	display: block;
	margin: 0 auto;
	padding-top: 13px;
}

.feed_qq:hover .feed_1 {
	width: 80px;
	background-color: #6fba2c;
	border-bottom: 1px solid #6fba2c;
	/*transition: all 0.05s;*/
}
.feed_3:hover{
	width: 80px;
	background-color: #6fba2c;
	border-bottom: 1px solid #6fba2c;
}
.feed_1:hover .callphone {
	display: block;
}

.feed_1:hover .wechat {
	display: block;
}
.qq_word{
	font-size: 12px;
    text-align: center;
    color: #fff;
    display: none;
    margin-top:2px;
}

.feed_qq:hover .qq_word{
	 display:block;
}
